home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / gawk / gawk213s.zoo / gawk-src-2.13 / README.ultrix < prev    next >
Text File  |  1991-05-02  |  315b  |  6 lines

  1. When compiling on DECstation running Ultrix 4.0 a command 'cc -c -O
  2. regex.c' is causing an infinite loop in an optimizer.  Other sources
  3. compile fine with -O flag.  If you are going to use this flag either
  4. add a special rule to Makefile for a compilation of regex.c, or issue
  5. 'cc -c regex.c' before hitting 'make'.
  6.